Feature: Edit tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 32.100s |
Scenario: Edit a tag successfully
Before
0m 1.163s
Given
I navigate to page "<URL>"
0m 4.759s
And
I enter email "<ADMIN_EMAIL>"
0m 1.278s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.726s
And
I click on the login button
0m 0.792s
And
I wait for 2 seconds
0m 3.791s
And
I click on tags option
0m 1.000s
And
I wait for 2 seconds
0m 2.270s
And
I click on the new tags button
0m 0.684s
And
I write "Nuevo tag" in the tag name
0m 0.324s
And
I write "Descripción de tag" in the tag description
0m 0.606s
And
I save the new tag
0m 0.601s
And
I wait for 2 seconds
0m 2.436s
And
I click on tags option
0m 0.480s
And
I wait for 2 seconds
0m 2.258s
When
I click the last tag in the list
0m 0.475s
And
I wait for 2 seconds
0m 2.259s
And
I write "Tag editado" in the tag name
0m 0.313s
And
I write "Descripción editada de tag" in the tag description
0m 0.430s
And
I save the new tag
0m 0.338s
And
I wait for 2 seconds
0m 2.253s
And
I click on tags option
0m 0.365s
And
I wait for 2 seconds
0m 2.249s
Then
I see that there is a tag in the list with name "Tag editado"
0m 0.246s
After
0m 0.004s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
And
I click on the new tags button
And
I write "Nuevo tag" in the tag name
And
I write "Descripción de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
When
I click the last tag in the list
And
I wait for 2 seconds
And
I write "Tag editado" in the tag name
And
I write "Descripción editada de tag" in the tag description
And
I save the new tag
And
I wait for 2 seconds
And
I click on tags option
And
I wait for 2 seconds
Then
I see that there is a tag in the list with name "Tag editado"
After
NO IMAGE AVAILABLE